.flex {
  display: flex;
  align-items: center;
}
.wrapper {
  overflow: hidden;
}
.banner .swiper-wrapper {
  height: 810px;
}
.banner .pagination {
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 110px;
}
.banner .swiper-pagination {
  position: relative;
}
.banner .swiper-button-prev {
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
  margin-right: 37px;
  width: 29px;
  height: 52px;
  color: white;
  font-weight: bold;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
.banner .swiper-button-next {
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
  margin-left: 37px;
  width: 29px;
  height: 52px;
  color: white;
  font-weight: bold;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}

.banner .swiper-button-prev:hover, .banner .swiper-button-next:hover {
  text-shadow: 0.03em 0.03em 0.3em white;
}

.banner .swiper-pagination-bullet {
  margin: 0 19px 0 0 !important;
  width: 51px;
  height: 6px;
  background-color: #ffffff;
  border-radius: 3px;
  opacity: 1;
}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fecb00;
}
.banner .swiper-pagination-bullet:hover {
  border-radius: 0;
}

.banner .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  box-sizing: border-box;
}
.banner .swiper-slide .container {
  margin-bottom: 200px;
}
.banner .swiper-slide .container .tags {
  margin-bottom: 20px;
}
.banner .swiper-slide .container .tags .tag {
  font-size: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 19px;
  width: 196px;
  height: 60px;
  border: 1px solid white;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 30px;
}

.banner .swiper-slide .container .tags .tag:hover{
  background-color: rgba(0, 0, 0, 0.6);
}

.banner .swiper-slide .container .title:hover {
  text-shadow: 0.01em 0.01em 0.2em black;
}

.banner .swiper-slide .container .province {
  font-size: 30px;
  display: flex;
  align-items: center;
}
.banner .swiper-slide .container .province a {
  margin-right: 20px;
}

.banner .swiper-slide .container .province a:hover {
  text-shadow: 0.01em 0.01em 0.2em gray;
}

.banner .swiper-slide .container .province img {
  margin-right: 16px;
}
.more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 162px;
  height: 50px;
  background-color: #000000;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 5px;
  color: #fdcb00;
}

.common-btn:hover {
  border: 1px solid white;
}

.more::after {
  margin-left: 10px;
  content: '';
  border: 8px solid #fecb00;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
.common-title {
  margin-bottom: 48px;
  font-weight: bold;
}
.common-title .en {
  font-size: 30px;
}
.common-title .cn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 72px;
  letter-spacing: 13px;
}
.common-title .line {
  margin-top: 20px;
  width: 188px;
  height: 7px;
  background-color: #ffffff;
}
.experience {
  background: rgba(254, 203, 0, 0.9);
  padding: 70px 0 80px;
}
.experience .experience-slide-mobile {
  display: none;
}
.experience-content .desc {
  margin-bottom: 88px;
  font-size: 20px;
  letter-spacing: 1px;
  color: #000000;
}
.experience-content .experience-slide {
  width: 100%;
  height: 400px;
}
.experience-content .experience-slide .swiper-wrapper {
  width: 100%;
}
.experience-content .experience-slide .swiper-slide {
  display: flex;
  align-items: center;
  margin-top: -30px;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  font-size: 18px;
  transition: 300ms;
  transform: scaleX(0.8) scaleY(0.6);
}
.experience-content .experience-slide .swiper-slide .img {
  transform: scaleY(1.4);
  flex: 0 0 200px;
  margin-bottom: 30px;
  height: 200px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.experience-content .experience-slide .swiper-slide .img .title {
  font-size: 32px;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 0px 0px 5px 0px rgba(51, 51, 51, 0.52);
}
.experience-content .experience-slide .swiper-slide .img .line {
  width: 40px;
  height: 3px;
  background-color: #f8fafc;
  border-radius: 1px;
}
.experience-content .experience-slide .swiper-slide .desc {
  display: none;
  font-size: 18px;
  line-height: 1.6;
  color: #000000;
}
.experience-content .experience-slide .swiper-slide-active,
.experience-content .experience-slide .swiper-slide-duplicate-active {
  margin-top: 0;
  transform: scale(1);
}
.experience-content .experience-slide .swiper-slide-active .img,
.experience-content .experience-slide .swiper-slide-duplicate-active .img {
  transform: scaleY(1);
  margin-bottom: 30px;
  height: 200px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.experience-content .experience-slide .swiper-slide-active .img .title,
.experience-content .experience-slide .swiper-slide-duplicate-active .img .title {
  font-size: 42px;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 0px 0px 5px 0px rgba(51, 51, 51, 0.52);
}
.experience-content .experience-slide .swiper-slide-active .img .line,
.experience-content .experience-slide .swiper-slide-duplicate-active .img .line {
  width: 40px;
  height: 3px;
  background-color: #f8fafc;
  border-radius: 1px;
}
.experience-content .experience-slide .swiper-slide-active .desc,
.experience-content .experience-slide .swiper-slide-duplicate-active .desc {
  display: block;
}
.destination-wrapper {
  background-color: rgba(52, 52, 52, 0.9);
}
.destination-wrapper .destination {
  height: 463px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  color: #fff;
}
.destination-wrapper .destination .desc {
  line-height: 1.8;
  font-size: 20px;
  color: #ffffff;
}
.destination-wrapper .map-wrapper {
  padding: 54px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.destination-wrapper .map-wrapper .province-map {
  display: flex;
  width: 600px;
  height: 470px;
}
.destination-wrapper .map-wrapper .province-details-wrapper {
  width: 576px;
}
.destination-wrapper .map-wrapper .province-details {
  display: none;
  width: 100%;
  background: #fff;
  padding-bottom: 19px;
}
.destination-wrapper .map-wrapper .province-details .img {
  display: block;
  background-size: cover;
  background-position: center center;
  margin-bottom: 20px;
  height: 243px;
}
.destination-wrapper .map-wrapper .province-details .title {
  padding: 0 19px;
  font-size: 27px;
  font-weight: bold;
  line-height: 48px;
  color: #000000;
}
.destination-wrapper .map-wrapper .province-details .desc {
  height: 110px;
  margin-bottom: 40px;
  padding: 0 19px;
  font-size: 20px;
  line-height: 1.8;
  color: #000000;
}
.destination-wrapper .map-wrapper .province-details .more-btn {
  padding: 0 19px;
}
.go-south-africa {
  padding: 160px 0 140px;
  position: relative;
  background-color: #02428c;
  color: #fff;
  background-repeat: no-repeat;
  background-position: center 44px;
}
.go-south-africa .move {
  position: absolute;
  top: 232px;
}
.go-south-africa .plane {
  top: 20px;
  right: 10px;
  position: absolute;
  transform: translateX(50px) translateY(-35px) rotate(30deg);
}
@keyframes move {
  0% {
    top: 20px;
    right: 10px;
    transform: translateX(50px) translateY(-35px) rotate(30deg);
  }
  16.66% {
    top: 35px;
    right: 74px;
  }
  33.33% {
    top: 58px;
    right: 139px;
  }
  50% {
    top: 105px;
    right: 218px;
    transform: translateX(50px) translateY(-35px) rotate(0deg);
  }
  66.66% {
    top: 171px;
    right: 291px;
  }
  83.33% {
    top: 251px;
    right: 362px;
  }
  100% {
    top: 330px;
    right: 420px;
    transform: translateX(50px) translateY(-35px) rotate(-18deg);
  }
}
.go-south-africa .common-title {
  color: #fff;
}
.go-south-africa .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}
.go-south-africa .content > .details {
  width: 50%;
}
.go-south-africa .content > .details .desc {
  margin-bottom: 24px;
  line-height: 1.6;
  font-size: 20px;
  letter-spacing: 2px;
  color: #ffffff;
}
.go-south-africa .content > .details .desc.no-margin {
  margin-bottom: 0;
}
.go-south-africa .content > .details .desc.time {
  font-weight: bold;
  font-size: 40px;
  letter-spacing: 4px;
}
.go-south-africa .content > .details .desc.time span {
  color: #ffcc00;
}
.go-south-africa .more-choice {
  display: flex;
  align-items: center;
  margin: 0 auto;
  margin-top: 160px;
  justify-content: space-between;
}
.go-south-africa .more-choice .details {
  width: 576px;
  height: 243px;
  text-align: center;
  margin-bottom: 20px;
}
.go-south-africa .more-choice .details > section {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.go-south-africa .more-choice .details .title {
  margin-bottom: 40px;
  position: relative;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #ffffff;
  text-shadow: 0.01em 0.01em 0.2em gray;
}
.go-south-africa .more-choice .details .title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -20px;
  width: 264px;
  height: 1px;
  transform: translateX(-50%);
  background-color: #ffffff;
}
.go-south-africa .more-choice .details .desc {
  margin: 0 10px 24px 10px;
  font-size: 16px;
  letter-spacing: 2px;
  color: #ffffff;
  word-wrap:break-word;
  text-shadow: 0.01em 0.01em 0.2em gray;
}
.go-south-africa .more-choice .details .more {
  background: rgba(0, 0, 0, 0.5);
}

.go-south-africa .more-choice .details .more:hover {
  border: 1px solid white;
}
.go-south-africa .more-choice .details.more-choice-link > section {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.go-south-africa .more-choice .details.more-choice-link .more {
  background: transparent;
  color: #fff;
}
.go-south-africa .more-choice .details.more-choice-link .more::after {
  border-left-color: #fff;
}
.news-wrapper {
  padding: 100px 0 110px;
  background: rgba(0, 168, 82, 0.9);
}
.news-wrapper .common-title {
  color: #fff;
}
.news-wrapper .news-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news-wrapper .news-item {
  display: flex;
  align-items: center;
  align-items: stretch;
  flex-direction: column;
  width: 580px;
  height: 408px;
  margin-bottom: 20px;
  padding: 0;
  background: #fff;
  transition: all 0.3s;
}
.news-wrapper .news-item .tags {
  padding: 0 10px;
  margin-top: 38px;
}
.news-wrapper .news-item .tags .tag {
  font-size: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  width: 160px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 20px;
}
.news-wrapper .news-item .tags .tag:hover {
  background: #000;
}
.news-wrapper .news-item:hover {
  background: #000;
}
.news-wrapper .news-item:hover .title {
  color: #fff;
}
.news-wrapper .news-item:hover .title img {
  filter: invert(1);
}
.news-wrapper .news-item:hover .view {
  color: #fff;
}
.news-wrapper .news-item:hover .view .more {
  color: #fecb00;
}
.news-wrapper .img {
  height: 243px;
  background-size: cover;
  background-position: center center;
}
.news-wrapper .title {
  flex: 1;
  margin: 33px 0 0;
  padding: 0 14px;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  color: #000000;
  transition: all 0.3s;
}
.news-wrapper .title img {
  margin-right: 20px;
  transition: all 0.3s;
}
.news-wrapper .view {
  padding: 0 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  color: #000000;
}
.news-wrapper .view .more {
  background: transparent;
  color: #000;
  border-left-color: #000;
}
.email {
  padding: 90px 0;
  background: url(../images/email-bg.png);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  cursor: pointer;
}
.email .container {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.email .title {
  margin-bottom: 106px;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 4px;
  color: #ffffff;
}
.email .email-inp {
  display: flex;
  align-items: center;
  margin-bottom: 70px;
  width: 100%;
}
.email .email-inp span {
  width: 160px;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 3px;
  color: #ffffff;
}
.email .email-inp input {
  padding-left: 48px;
  flex: 1;
  height: 80px;
  font-size: 30px;
  background-color: #ffffff;
  border-radius: 10px;
  border: solid 2px #fdca00;
  outline: none;
  color: #333;
}
.email .subscribe {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 400px;
  height: 80px;
  background-color: #fdca00;
  border-radius: 40px;
  border: solid 6px rgba(253, 203, 0, 0.52);
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 4px;
  color: #000000;
  transition: all 0.3s;
}
.email .subscribe:hover {
  background: #000;
  color: #fff;
  border-color: white;
}
.email .subscribe:hover img {
  filter: invert(100%);
}
.email .subscribe img {
  transition: all 0.3s;
  margin-right: 20px;
}

.sas-wrapper {
  padding: 100px 0 110px;
  background: rgba(0, 168, 82, 0.9);
}

.sas-wrapper .sas-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sas-wrapper .common-title {
  color: white;
}

.sas-wrapper .sas-left {
	width: 50%; 
	float: left;
}

.sas-wrapper .sas-right {
	width: 45%; 
	float: right;
}

.sas-wrapper .sas-right p{
	font-size: 24px;
	padding-bottom:5px;
	color: white;
}
.sas-wrapper .view .more {
  background: transparent;
  color: #000;
  border-left-color: #000;
}



.special-subject-banner {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  margin: 16px 0;
  background-size: cover;
  height: 200px;
  background-position: center 0;
}
.special-subject-banner .img {
  display: block;
  margin: 0 auto;
  margin-bottom: 16px;
}
.special-subject-banner .text {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.special-subject-banner .text section {
  margin: 0 12px;
  width: 56px;
  height: 56px;
  text-align: center;
  line-height: 56px;
  background: #FF8300;
  font-size: 36px;
  border-radius: 56px 56px 56px 56px;
}
